home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
...taking it to the Macs!
/
...taking it to the Macs!.iso
/
Extras
/
ActiveX Mac SDK
/
ActiveX SDK
/
Containers
/
ActiveXApp
/
CIdle.cpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-11-01
|
303 b
|
30 lines
|
[
TEXT/CWIE
]
//
// idle.cpp
//
// Copyright (C) Microsoft Corporation, 1996
//
#ifdef PowerPlant_PCH
#include PowerPlant_PCH
#endif
#include <LPeriodical.h>
#include "CIdle.h"
CIdle::CIdle(void)
{
}
CIdle::~CIdle(void)
{
StopIdling();
}
void CIdle::SpendTime(const EventRecord &)
{
YieldToAnyThread();
}